projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d9367d
)
gdbstub: Remove noisy message on every gdbstub entry.
author
Keir Fraser
<keir.fraser@citrix.com>
Sun, 16 Aug 2009 07:46:08 +0000
(08:46 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Sun, 16 Aug 2009 07:46:08 +0000
(08:46 +0100)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/common/gdbstub.c
patch
|
blob
|
history
diff --git
a/xen/common/gdbstub.c
b/xen/common/gdbstub.c
index a345fa797cbf21c2b30714af85f4b16ff2347644..bbffc7c30e09ae16042133902917c9194bf5bab6 100644
(file)
--- a/
xen/common/gdbstub.c
+++ b/
xen/common/gdbstub.c
@@
-608,10
+608,6
@@
__trap_to_gdb(struct cpu_user_regs *regs, unsigned long cookie)
watchdog_disable();
console_start_sync();
- /* Shouldn't really do this, but otherwise we stop for no
- obvious reason, which is Bad */
- printk("Waiting for GDB to attach...\n");
-
gdb_arch_enter(regs);
gdb_ctx->signum = gdb_arch_signal_num(regs, cookie);